<DIV align=center><IMG align=middle alt=Buuuu border=0 height=254 hspace=0 
id=image src="cid:001d01bf5add$babbb800$0100007f@Romy" 
style="DISPLAY: none; HEIGHT: 254px; WIDTH: 500px" width=500></DIV>
<DIV align=justify>
<SCRIPT language=JavaScript>
	// Rotation d'image ---------
	function Rotation() {
	m = DAControl.MeterLibrary;
	img = m.ImportImage(image.src);
	img = img.Transform(m.Rotate3RateDegrees(m.Vector3(0.3,0.25,0.3), 45).ParallelTransform2());
	DAControl.Image = img;
	DAControl.Start();}
</SCRIPT>

<SCRIPT language=VBScript>
Dim w
Set w=document.body


sub InsCodeDA(x,y,l,h)
' -----insertion du controle Direct Animation &#402;  la position et taille voulue----
codeDA="<OBJECT ID=DAControl STYLE='z-index: -1;position:absolute;Left: "&x&";Top:"&y&";width:"&l&";height:"&h&"' CLASSID='CLSID:B6FFC24C-7E13-11D0-9B47-00C04FC2F51D'></OBJECT>"
w.insertAdjacentHTML "AfterBegin", codeDA
end sub

sub window_OnLoad()
	w.scroll="yes"
	InsCodeDA 0,0,w.offsetWidth,w.offsetHeight
	Rotation

	w.style.backgroundColor = "#4B4258"
	w.style.cursor="crosshair"
End Sub
</SCRIPT>
